home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / gui / example / libbase.c < prev    next >
C/C++ Source or Header  |  1999-10-28  |  123b  |  10 lines

  1.  
  2. #include <exec/libraries.h>
  3.  
  4. struct InstallerGuiBase
  5. {
  6.   struct Library igb_Library;
  7. };
  8.  
  9. #pragma libbase InstallerGuiBase
  10.